home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************/
- #ifndef VMINCL /* Don't include this file more than once. */
- #define VMINCL
- /******************************************************************************/
- /* C Library Functions
- */
- /*lint -library Ignore failure to use library functions. */
- #include <stdio.h> /* Stream I/O functions. */
- #include <stdlib.h> /* Common types, variables, and functions. */
- #include <string.h> /* Memory and string functions. */
- #include <ctype.h> /* Character type functions. */
- #include <fcntl.h> /* Flag definitions for open() and _open(). */
- #include <io.h> /* Low-level I/O functions. */
- #include <dir.h> /* PC-DOS directory functions. */
- /*lint -restore End of library function declarations. */
- /******************************************************************************/
- #include "entity.h" /* Templates for entity control blocks. */
- #include "synxtrn.h" /* Declarations for concrete syntax constants. */
- /******************************************************************************/
- #define SCB tpscbs[tpes] /* Initialize definitions for SOURCE.H. */
- #include "source.h" /* Templates for source entity control blocks. */
- #define AL alptr /* Ptr to attribute list. */
- #include "adl.h" /* Definitions for attribute list processing. */
- #include "etype.h" /* Definitions for element type processing. */
- #include "sgmlcb.h" /* Symbols for SGML control block types. */
- #define RFD (*(struct rcbdata *)srcbp) /* RCB: data, record end, PI, EOD. */
- #define RFT (*(struct rcbtag *)srcbp) /* RCB: start-tag, end-tag. */
- #include "sgmlmain.h" /* Main interface to SGML services. */
- #include "envcb.h" /* Symbols for environment control block types. */
- /******************************************************************************/
- #include "vmfnsm.h" /* ANSI C: Declarations for VM functions. */
- /******************************************************************************/
- #endif /* ndef VMINCL */
- /******************************************************************************/
-